home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00090.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  295 b   |  13 lines

  1. on exitFrame
  2.   global center, Hand, IQcursor
  3.   set the cursor of sprite 2 to center
  4.   set the cursor of sprite 6 to Hand
  5.   set the cursor of sprite 7 to Hand
  6.   repeat with i = 30 to 38
  7.     set the cursor of sprite i to IQcursor
  8.   end repeat
  9.   if soundBusy(1) then
  10.     go(the frame)
  11.   end if
  12. end
  13.